| Pet Store Web Service : Pet Json Schema |
![]() |
Pet
Represents a single Pet in the Store.
|
| Name | Description | Data Type |
|---|---|---|
| tags | Tags currently applied to this Pet. | Array[Tag] |
| id | Unique identifier for this pet. | long |
| category | Pet category. | Category |
| status | Pet Status. | string |
| name | Pet Name. | string |
| photoUrls | Photo Urls. | Array[] |